Show watchpoint at tip in quickstart tutorial#752
Show watchpoint at tip in quickstart tutorial#752k4rtikx wants to merge 1 commit intoprecice:developfrom
Conversation
|
Hi! While the respective change seems to be in cdb9eee, it looks like the source branch got a bit messed up. If you clean it up, I would be happy to merge it. |
|
Hi @MakisH , thanks for the feedback! I realized the branch included unrelated commits and changes. I have cleaned it up and isolated the relevant change in a new branch here: Closing this PR to keep things clean. |
|
FYI, an alternative way would have been to Happy to look at it again after the GSoC spike is through. |
|
Thanks for the suggestion @MakisH Will contribute again once it’s open. |
|
@k4rtikx I reopened it, in case you want to try here. If not, feel free to close it again, or I will close it next week. |
18ee08d to
ae92d8a
Compare
|
@MakisH thanks for reopening this and for the suggestion. I’ve cleaned up the branch, removed the extra commits, and force-pushed the changes. It should now just contain the relevant update. Happy to fix anything else if needed. |
The solid solver already records a watchpoint at the flap tip (configured in
precice-config.xml), and a plotting scriptplotDisplacement.shalready exists, but the README does not mention either.This PR adds a paragraph to the "Visualizing the results" section explaining how users can plot the flap tip displacement using gnuplot.
Closes #671